ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / Delay Property

In This Topic
    Delay Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(500)>
    Public Overridable Property Delay As Integer
    [DefaultValue(500)]
    public virtual int Delay {get; set;}
    See Also